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

    Question 32 to 64 bit MSVS compiler issue

    Hi folks,

    I have a 32 bit vb.net program that calls a 32 bit dll written in native c++ (no .net). As it is, everything works fine.

    I want to upgrade it all to 64 bit. (so I can add parallel, multi-threading for multi-core processors).

    What is the proper way to set the Configuration Manager to do this? I changed the "Platform" to all x64 and get all kinds of errors. I've tried various combination of settings and my approach just is not working.

    Any suggestions? The MSDN libs are confusing as I seem to get conflicting info. There is not really a specific thread that covers exactly what I'm doing, in one place anyway.

    Any tips, ideas or forum postings would be greatly appreciated. I will name a Goat after you also.

    Best Regards!
    Robert.

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: 32 to 64 bit MSVS compiler issue

    Quote Originally Posted by rschultz2112 View Post
    I've tried various combination of settings and my approach just is not working.
    What errors are you seeing?

Tags for this Thread

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