[quote]
You indicate that you are up and compiling. Does that mean you have
gone through the steps in the "Please Read" thread to get things going
with Vista?
Wayne [/quote]
I have no clue where these "steps" are located. Do you have a specific link available that resolves this issue or not?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Like I said. I did that already (Way before I read his post and logged to this site... And the guy could not compile applications. I can). Did I miss something. When that did not work I went beyound and added each and every lib folders, retrying every time.
I removed and reinstalled it to the default folders (yuk but I can live with that)
I said Yes, For All Users (I had said no before)
I still have the same problem
BUT
If I save the project under
<dev-cpp instalation>\projectname
it compiles and links
this does not work
<dev-cpp instalation>\MyProjects\projectname
nor this
c:\projectname
nor this
<current user>\anyware\anyplace
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The linker cant find the dllcrt2.o file when I try to compile a dll. Console Application Or Windows Application Generation work fine
dllcrt2.o C:\Users\MyNameHere\Dev-Cpp\Projects\gmdll\ld No such file: No such file or directory.
Another blank DLL project
dllcrt2.o C:\Users\MyNameHere\Dev-Cpp\Projects\Project4\ld No such file: No such file or directory.
However the file is in
C:\Users\MyNameHere\Dev-Cpp\lib
Instalation deirectory is
C:\Users\MyNameHere\Dev-Cpp
I just installed it. It's the first DLL project I tried to compile.
And my OS is Vista Home Edition.
Also, does anyone know where I can get my hands on a winhelp windows API reference file?
You indicate that you are up and compiling. Does that mean you have
gone through the steps in the "Please Read" thread to get things going
with Vista?
Wayne
[quote]
You indicate that you are up and compiling. Does that mean you have
gone through the steps in the "Please Read" thread to get things going
with Vista?
Wayne
[/quote]
I have no clue where these "steps" are located. Do you have a specific link available that resolves this issue or not?
Like I said. I did that already (Way before I read his post and logged to this site... And the guy could not compile applications. I can). Did I miss something. When that did not work I went beyound and added each and every lib folders, retrying every time.
<a href="http://img292.imageshack.us/my.php?image=devcppky8.jpg" target="_blank"><img src="http://img292.imageshack.us/img292/7826/devcppky8.th.jpg" border="0" alt="Free Image Hosting at www.ImageShack.us" /></a>
Ah ah. I found a workaround.
I removed and reinstalled it to the default folders (yuk but I can live with that)
I said Yes, For All Users (I had said no before)
I still have the same problem
BUT
If I save the project under
<dev-cpp instalation>\projectname
it compiles and links
this does not work
<dev-cpp instalation>\MyProjects\projectname
nor this
c:\projectname
nor this
<current user>\anyware\anyplace
No I havent... I downloaded, intalled it and ran it, ran fine for for making a dll...I'll try to find the read thread.
No solution found...
I set the lib directory (in the IDE Project Objectios) to include the directory the dllcrt2.o is located in but I get the same error.
I realize this post got confusing
the second post should read
No I havent... I downloaded, intalled it and ran it, ran fine EXCEPT for making a dll...I'll try to find the read thread.
Copied directly from the "Please Read Before Posting a Question" thread that I pointed you to.
(6) Post from a user that overcame some WINDOWS VISTA ISSUES
http://sourceforge.net/forum/message.php?msg_id=4156252
Wayne