in reply to Re^5: Attempt to embed Perl in C on Windows
in thread Attempt to embed Perl in C on Windows
Thank you very much for your time! It works now with /Fe, I had to define /Fo as well.
The reason for running in the windows dir was that I used the installed link to the command line of MSVC - it sets the path for c compiler in that cmd window only. It produced an error "cannot open an .obj file" at first, and I read in forum that I need to start it as admin to prevent this. It worked than, only it started in the win/system32 dir. One could possibly navigate in the project dir, but with the above flags it is solved. Thanks again!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Attempt to embed Perl in C on Windows
by BrowserUk (Patriarch) on Dec 24, 2014 at 17:44 UTC | |
by Anonymous Monk on Dec 25, 2014 at 14:54 UTC |