Thread: Visual c++ Dll not creating

  1. #1
    Registered User
    Join Date
    May 2010
    Posts
    1

    Visual c++ Dll not creating

    Hi everyone,

    I am new to this thread, I am a java programmer learning c++.

    I have created a Visual C++ 2008 WIN32 project, changed the configuration to DLL.

    It all compiles fine and links with my imported libraries, with no errors or warnings.

    But I do not seem to get a dll out the back.

    Can anyone help please.


    Many thanks


    Richard

  2. #2
    Registered User jeffcobb's Avatar
    Join Date
    Dec 2009
    Location
    Henderson, NV
    Posts
    875
    Hopefully someone will move this off to the Windows thread. Us Linux/UNIX cavemen don't have to worry about such things...
    C/C++ Environment: GNU CC/Emacs
    Make system: CMake
    Debuggers: Valgrind/GDB

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. writing a dll in visual studio 2008
    By xixpsychoxix in forum Windows Programming
    Replies: 4
    Last Post: 09-14-2009, 03:13 AM
  2. Errors with including winsock 2 lib
    By gamingdl'er in forum C++ Programming
    Replies: 3
    Last Post: 12-05-2005, 08:13 PM
  3. Learning OpenGL
    By HQSneaker in forum C++ Programming
    Replies: 7
    Last Post: 08-06-2004, 08:57 AM
  4. MS Visual C++ 6 wont include vector.h in a header file
    By bardsley99 in forum C++ Programming
    Replies: 9
    Last Post: 11-06-2003, 12:05 PM
  5. Linking error
    By DockyD in forum C++ Programming
    Replies: 10
    Last Post: 01-20-2003, 05:27 AM