Borland C++ Builder Tip:
If you are getting a linker error when compiling, and everything makes sense, try this.
Recently I was compiling after adding a new unit. I was package exporting the unit
i.e.
class PACKAGE TMyClass;
and when I would remove the package export, it would link up just fine.
The problem turned out to be a missing #pragma directive in the unit.
The exact line I needed is:
#pragma package(smart_init)
If you found this while searching for a solution to your problem, please leave a comment.
Older Posts:
problems with extra vertical space after forms
"Problems Extra Vertical Space After Forms"
html / css
"Whatever Hover Cssmenu"
Newer Posts:css coolness
"Color Black Input Type Submit Hover Border Color 900 Background Ffd Color 600 Input Type Submit Active Border Color Red Color Red Background Ffc"
gruntville.com case modding, overclocking
"GruntvillE.com Case Modding Overclocking Reviews Games Cool Case Mod Projects"
