Home > Back-end >  Component compilation problems
Component compilation problems

Time:10-24

It took me some third-party components, no questions, compiled using
But some compiled, when using, don't tip obj files, to prompt (cannot open the obj),
Wants to come and DPK compiler switches on, how to set?

CodePudding user response:

Some components can only apply to Delphi

CodePudding user response:

Yes some component is only applicable to Delphi, but I don't have to teach me how to get demon elder brother ah!

I also know at compile time to join parameters can be compiled obj files, but do not want to use obj,

Checked below should be related to compile the LIB files, some LIB automatically to join the project, some not,

Not to be in the Cpp and automatic:
# pragma comment (lib, "LibFileName")
So as not to tip can't find the obj,
I want to find the cause of this phenomenon, is the inside of the DPK switch can be controlled,

CodePudding user response:

It doesn't matter and switch options, depending on what component implementation function, which USES a class library, some libraries, or file contains the default, or not, so you need to manually add,
  • Related