www.digitalmars.com         C & C++   DMDScript  

c++ - link hello,,,user32+kernel32/noi; - sc.ini

reply vk <vk_member pathlink.com> writes:
Hi:

I am trying to compile hello.cpp with DMC.  That's the message I get..

C:\devtools\dm>dmc hello.cpp
link hello,,,user32+kernel32/noi;

Attached is the SC.INI with the INCLUDE and LIB Paths. 

I'm not sure what's missing!




Thanks in Advance.
Vk
begin 0644 sc.ini

M;65N=%T-"E!!5$ ])5!!5$ E.R(E0%`E7"XN7&)I;B(-"D))3CTB)4!0)5PN

M8UQI;F-L=61E(CLB0SI<9&5V=&]O;'-<<W1L<&]R=%QD;5QS=&QP;W)T7'-T
M;'!O<G0B.R5)3D-,541%)0T*3$E"/2(E0%`E7"XN7&QI8B([(B5`4"5<+BY<
M;69C7&QI8B([(D,Z7&1E=G1O;VQS7'-T;'!O<G1<9&U<;&EB(CLE3$E")0T*
52$5,4#TB)4!0)5PN+EQH96QP( T*
`
end
Sep 25 2005
parent reply Bertel Brander <bertel post4.tele.dk> writes:
vk wrote:
 Hi:
 
 I am trying to compile hello.cpp with DMC.  That's the message I get..
 
 C:\devtools\dm>dmc hello.cpp
 link hello,,,user32+kernel32/noi;
 
 Attached is the SC.INI with the INCLUDE and LIB Paths. 
 
 I'm not sure what's missing!
I get the same message, but the program is compiled as expected. Does the compier create an executeable? -- Absolutely not the best homepage on the net: http://home20.inet.tele.dk/midgaard But it's mine - Bertel
Sep 26 2005
parent Scott Michel <scottm aero.org> writes:
Bertel Brander wrote:
 link hello,,,user32+kernel32/noi;
"link..." is the mesage? It's normal. DMC is merely telling you what it's doing, i.e., running link and the command line to link.
Oct 29 2005