PDA

View Full Version : From the beginning



dana523
11-12-2002, 04:39 PM
I have looked and cannot find a walk through from the beginning here is my question:

I got the compiler and the info i need to put into the compiler now how do i get the info into the compiler? I have read go to run-cmd but I am lost on getting the script in there? The compiler i got is MinGW and the script im using is from Wxyz i got the pscp too. Anyone able to walk me through this? Plz

actually what I am trying to ask is how do i open the compiler to copy and paste in the info? and how do i incorporate the pscp into it also, cannot open the pscp for some reason and so cannot find a readme file on it

baelang
11-12-2002, 04:56 PM
so the question is: how do i run a compile without a pre-made makefile?

well, it goes something like this:

compiler_command -o"output_file" input_file -lLibrary -lLibrary ...

which typically looks like this:
gcc -o LeetKeyScan.exe kscan.c -lth32 -lws2_32