Out of ideas... Topic is solved

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
awsdert
Super wx Problem Solver
Super wx Problem Solver
Posts: 324
Joined: Fri Aug 26, 2011 5:04 pm

Re: Out of ideas...

Post by awsdert »

Yep it got into the if statement when I set the CPU architecture as opposed to leaving it undefined (weird huh? Then again could just be CB - sometimes has problems after it's been running for a while, exiting usually fixes it).
As for DWORD I though that was dependent on target CPU, oh well I'll just change it later (not hacking 64bit yet anyway)
As for &buff, I only did it like that because that's what I saw on example on the internet, I'll try without
awsdert
Super wx Problem Solver
Super wx Problem Solver
Posts: 324
Joined: Fri Aug 26, 2011 5:04 pm

Re: Out of ideas...

Post by awsdert »

Yay!!! My Find8() function now responds correctly (now I just gotta implement the value grabbing of the controls)
Post Reply