1. Splitting units into several .cpp files
Hello NG, I wrote a form that counts about 6000 lines of code and this's pretty long in compiling ... There's a "clean" way to split it into several sub-units? -- Michele Santucci =================== Celin Avio S.r.l. Software Dev. Manager -------------------------------------- tel. +390187564080 Via Fontevivo 21/M 19126 La Spezia ===================
2. when i compile the cpp file(cmdargs.cpp) int main(int argc, wchar_t* argv[])
3. when i compile the cpp file(cmdargs.cpp) int main(int argc, wchar_t* argv[])
Hai Rolf Magnus the real problem is when i try ti access it give Bus Error (Core Dump) i don't no why? when i try to access the varible argv[1] or argv[argc-1] anything it gives the Bus Error Thanks
4. Problem opening serialized file via Open command associated with file type
5. Switching tabs between cpp/h and between units with the keyboard
Hello
I generally like to use the keyboard as much as possible when working. I've
always been frustrated that I could not switch between units or between the
cpp/h file of a unit without the mouse. However, I never thought to ask if
there are shortcut methods for these functions. DOH! So now I'm asking.
Ciao
Bill
6. Translate C++ code to Delphi (pascal unit)... C++ File (CCL.cpp) & Delphi Unit (ftCCL3.pas)
This has got to be something really simple, but I'm pretty baffled...[VC++
.NET 2003]
In the header file I define the class interfaces, in the CPP file the class
functions, and the
CPP file #includes the header file. Looks like Stroustrup style code.
The only way I can get it to complile is to declare (again) the class within
the cpp file.
If I don't redeclare it but instead just put all the
Classname::Method(parameters){ code };
in the CPP file, I get thousands of compile errors. They seem to object
whenever I use any of
the managed types. The functions that don't use anything but ints, etc. seem
to compile OK.
What is simple that I'm missing?
-- Tom
8. Debug Assertion Filed! File: winocc.cpp - Microsoft Visual C++/VC++