Hi everyone,
is it possible to make an exe file (after compilation) that doesnt need any other libraries. I want to make an app that is commandline based and needs to parse a textfile and write something else to another text file.
Yours,
D.
Printable View
Hi everyone,
is it possible to make an exe file (after compilation) that doesnt need any other libraries. I want to make an app that is commandline based and needs to parse a textfile and write something else to another text file.
Yours,
D.
I get the feeling this belongs in one of the programming sections....
Probably not General VB though because you can't make an exe without dependencies in VB :rolleyes:
You can do it easily enough in C or C++. Try that forum.
It all depends on your definition of the word "dependencies".:DQuote:
Originally posted by HarryW
Probably not General VB though because you can't make an exe without dependencies in VB :rolleyes:
You can do it easily enough in C or C++. Try that forum.
thanx guys