Re: how to add 2 DLL's to exe?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



i found my error. was your tip;)
because i forget close it "& """"" in 1 line lol
now works:

 strCompilerName = App_Path & "\MinGW32\bin\g++.exe"
        strEXEFileName = """" & App_Path & "\test" & """"
        strCPPFonteName = """" & App_Path & "\test.cpp" & """"

strCompilerName & "-o " & strEXEFileName & " " & strCPPFonteName & "
-static"

how i know that works???
the compiler compiles and i tested the exe in other folder and works. but
the exe have 1,24MB's for tell "oi" and waiting that i press enter lol
thanks to all thanks
(these is my 1st topic in these forum: is there any tool for tell that these
topic is resolved? and can i give you 'points'(rate you)?
thansk for all




--
View this message in context: http://gcc.1065356.n5.nabble.com/how-to-add-2-DLL-s-to-exe-tp963523p963588.html
Sent from the gcc - Help mailing list archive at Nabble.com.




[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux