Board index » cppbuilder » problem with Packages turned off, please help
Stan
![]() CBuilder Developer |
Mon, 04 Aug 2003 06:54:33 GMT
problem with Packages turned off, please help
Ok this suddenly started happening. I never have the problem before. For
some strange reason, if I try to run an app with packages turned off (in the project properties), the following example code gives me a 'win32 error': void __fastcall TForm1::Button1Click(TObject *Sender) Quote} exception: "...raised exception class EWin32Error with message: 'A Win32 API function failed'. Process stopped" The app consists of just a form with a button on it, with the OnClick event being handled. Therefore I dont think its a resource issue (not ot mention it runs just fine if I turn Packages back on. And I've tryed closing all other programs and also rebooting. But like I said, this didnt used to happen, so it doesnt seem like a resource problem. And to boot, I can run programs that I've created with BCB -before- this started happing with Packages -off- with out any problem, so I also suspect its got something to do with the default project file and with the Packages I have installed. -----Also----- If I drop other controls such as ComboBoxes and such I get similar ---And--- --So-- I appreciate any help! Thanks. |