Re: Urgent urgent help..
You could look in Task Manager to see if a stub of your program is running
and perhaps just not the UI. Maybe it is caught up in loading the UG DLL or
something like that and just not displaying the window for the application?
Are you starting a thread somewhere or looping while loading some data or
something that could be hogging all the cycles as well?
Tom
"hamishd" <Hamish.Dean@gmail.com> wrote in message
news:07e2f1c8-9332-4c39-afdf-31d2c07b78cd@u10g2000prn.googlegroups.com...
You only changed one line...
You have added some massive grid package a couple days before release?
I have delved further. I removed all reference to the ultimategrid
(UG)... still same problem.
Then I re-started a new project. Added in all code (except for
UG .cpp's and .h's). Compiled. It runs fine.
Now I add the UG .cpp's and .h's and the software does not run.
My question is this (i don't understand the compilation / execution
process): How does adding files to a project affect the executable, if
the code in those files is not executed at run-time?
Could it be some #define statement or something that is screwing stuff
up?
Why can I add those files to a similar project and it runs fine? Is
there some conflict going on somewhere?