After doing all of that, I get the following error:
dllcrt2.o C:\Users\me\Desktop\PluginDev3\Results\ld No such file: No such file or directory.
C:\Users\me\Desktop\PluginDev3\Results\Makefile.win [Build Error] n\make.exe: *** [name.dll] Error 1
and the compile log:
Compiler: Default compiler
Building Makefile: "C:\Users\me\Desktop\PluginDev3\Results\Makefile.win"
Executing make clean
rm -f main.o name_private.res name.dll
ld: dllcrt2.o: No such file: No such file or directory
C:\Dev-Cpp\bin\dllwrap.exe: no export definition file provided.
Creating one, but that may not be what you want
C:\Dev-Cpp\bin\dllwrap.exe: c++ exited with status 1
C:\Dev-Cpp\bin\make.exe: *** [name.dll] Error 1
Execution terminated
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using Vista and i cant use full screen option in Turbo C++.
I tried using all the options but it did not work.
Shall some one help me to crack this problem
Mail me at bz_417@yahoo.com
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i did what ray wrote but when i hit the excute button the run screen appears for less than 1 sec and gose away. anyone had that same problem? i am running this program with vista
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2007-08-10
Since it compiled you no longer have the problem which this thread discusses - so you are now on the wrong thread. Besides that, you have asked the number one most asked question on the forum!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a new laptop that came with VISTA. I am trying to learn C++, I upgraded from 4.9.8.8 to 4.9.9.2, to solve the problem mentioned. I can now compile the program and get no errors, but when I run the program I get the error "Source File Not Compiled". Does anyone have any ideas? I've tried all the suggestions mentioned, I must be missing something.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Please start a new thread, and in it, post your full Basic 3.
In addition, since there are a number of steps described in this thread,
you should tell us exactly what you did - doing so gives us a lot more
to go on than simply stating you tried things.
Thanks,
Wayne
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Consider this thread closed. Please do not post any more questions to it.
If you have a question, please start a new thread and
(1)Post your Basic 3. If you don't know what those are, they are covered in the
thread titled "Please Read Before Posting a Question"
(2) Indicate exactly what steps you have taken to follow directions on this thread.
Telling us "You tried everything on the thread" is NOT telling us exactly what
steps you have performed.
Wayne
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
1)add "C:\Dev-Cpp\libexec\gcc\mingw32\3.4.2" to the binaries location under the directories tab
2)go to the programs tab and add c:\dev-cpp\bin\ to all the listings.
can you like give more specific with the instructions?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Start a new thread, and post the "basic three" as described in the "PLEASE READ BEFORE POSTING A QUESTION" thread.
Be prepared for it to be suggested that you did not do exactly what was suggested, since that is the most likley explanation for this to still not work. It may be worth noting down exactly what you did do ( even if you believe it is the same as described here - and don't just copy it from here! ;) ).
Clifford
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Consider this thread closed. Please do not post any more questions to it.
If you have a question, please start a new thread and
(1)Post your Basic 3. If you don't know what those are, they are covered in the
thread titled "Please Read Before Posting a Question"
(2) Indicate exactly what steps you have taken to follow directions on this thread.
Telling us "You tried everything on the thread" is NOT telling us exactly what
steps you have performed.
Wayne
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
That trick worked for me and I use vista too. I'm glad I took the time to read the PLEASE READ thread before I asked you guys :P
After doing all of that, I get the following error:
dllcrt2.o C:\Users\me\Desktop\PluginDev3\Results\ld No such file: No such file or directory.
C:\Users\me\Desktop\PluginDev3\Results\Makefile.win [Build Error] n\make.exe: *** [name.dll] Error 1
and the compile log:
Compiler: Default compiler
Building Makefile: "C:\Users\me\Desktop\PluginDev3\Results\Makefile.win"
Executing make clean
rm -f main.o name_private.res name.dll
C:\Dev-Cpp\bin\g++.exe -c main.cpp -o main.o -I"lib/gcc/mingw32/3.4.2/include" -I"include/c++/3.4.2/backward" -I"include/c++/3.4.2/mingw32" -I"include/c++/3.4.2" -I"include" -I"C:/Dev-Cpp/libexec/gcc/mingw32/3.4.2" -DBUILDING_DLL=1
C:\Dev-Cpp\bin\windres.exe -i name_private.rc --input-format=rc -o name_private.res -O coff
C:\Dev-Cpp\bin\dllwrap.exe --output-def libname.def --driver-name c++ --implib libname.a main.o name_private.res -L"lib" -L"C:/Dev-Cpp/libexec/gcc/mingw32/3.4.2" -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -luuid -lodbc32 -lodbccp32 -ldinput -lddraw -ldxguid -lwinmm -o name.dll
ld: dllcrt2.o: No such file: No such file or directory
C:\Dev-Cpp\bin\dllwrap.exe: no export definition file provided.
Creating one, but that may not be what you want
C:\Dev-Cpp\bin\dllwrap.exe: c++ exited with status 1
C:\Dev-Cpp\bin\make.exe: *** [name.dll] Error 1
Execution terminated
The adding directory and program paths fix, worked great for me.
Thank you for sharing you fix Ray.
Mark
I am using Vista and i cant use full screen option in Turbo C++.
I tried using all the options but it did not work.
Shall some one help me to crack this problem
Mail me at bz_417@yahoo.com
Gliene posso portare una mezza porzione, se vuole, per far glieli assaggiare. Preferirei bigliettidi piccolo taglio, sono piu comodi!
i did what ray wrote but when i hit the excute button the run screen appears for less than 1 sec and gose away. anyone had that same problem? i am running this program with vista
Since it compiled you no longer have the problem which this thread discusses - so you are now on the wrong thread. Besides that, you have asked the number one most asked question on the forum!
Your question is answered in the thread titled "Please Read Before Posting a Question".
Wayne
I have a new laptop that came with VISTA. I am trying to learn C++, I upgraded from 4.9.8.8 to 4.9.9.2, to solve the problem mentioned. I can now compile the program and get no errors, but when I run the program I get the error "Source File Not Compiled". Does anyone have any ideas? I've tried all the suggestions mentioned, I must be missing something.
Please start a new thread, and in it, post your full Basic 3.
In addition, since there are a number of steps described in this thread,
you should tell us exactly what you did - doing so gives us a lot more
to go on than simply stating you tried things.
Thanks,
Wayne
Consider this thread closed. Please do not post any more questions to it.
If you have a question, please start a new thread and
(1)Post your Basic 3. If you don't know what those are, they are covered in the
thread titled "Please Read Before Posting a Question"
(2) Indicate exactly what steps you have taken to follow directions on this thread.
Telling us "You tried everything on the thread" is NOT telling us exactly what
steps you have performed.
Wayne
what do you mean by that crap
1)add "C:\Dev-Cpp\libexec\gcc\mingw32\3.4.2" to the binaries location under the directories tab
2)go to the programs tab and add c:\dev-cpp\bin\ to all the listings.
can you like give more specific with the instructions?
Thanks Ray,
Your suggestions worked for me as well.
Jo
Start a new thread, and post the "basic three" as described in the "PLEASE READ BEFORE POSTING A QUESTION" thread.
Be prepared for it to be suggested that you did not do exactly what was suggested, since that is the most likley explanation for this to still not work. It may be worth noting down exactly what you did do ( even if you believe it is the same as described here - and don't just copy it from here! ;) ).
Clifford
i tried it but it`s still doesnt work
Consider this thread closed. Please do not post any more questions to it.
If you have a question, please start a new thread and
(1)Post your Basic 3. If you don't know what those are, they are covered in the
thread titled "Please Read Before Posting a Question"
(2) Indicate exactly what steps you have taken to follow directions on this thread.
Telling us "You tried everything on the thread" is NOT telling us exactly what
steps you have performed.
Wayne