CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2002
    Posts
    86

    how to change exe file to dll?

    Hello Everyone,

    I don't know how to convert jpg to the wmf?
    I have download one software named magic convert
    ,it can save jpg as wmf.But it is an exe file.
    So I want to change the exe to dll at first so that
    I can use the dll's functions in my vc project.
    Can you tell me how to realize this?

    Thanks a lot.
    wangnj

  2. #2
    Join Date
    Jun 2002
    Posts
    1,417
    you can't do that without the source code. You can however lauch the entire program from within your program, but you cannot call a specific function.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured