home Forums # Technical Support Creating C++ 64 bit Dll for windows

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1939
    Unknown
    Member

    Hi
    I want to use FuzzyLite 64bit Dll in R, however I didn’t succeed to create using build.bat as running build.bat from a visual studio command prompt argues that the enviroment does not contain INCLUDE, LIB or LIBPath. Also I created and debugged project in Visual studio, however the generated DLL does not have any method or interface available in it, at least VS object browser and R do not show anything. What am I missing?

    #1958

    Hi,

    sorry for the late reply.

    The current binaries in the download page are for 32bits. For 64bits, I am not sure what you need to do in VS. In Unix, is just passing a -m64 parameter to the compiler.

    In order to compile fuzzylite in Windows, you need to execute the build.bat from the Visual Studio Terminal (or Console) available amongst the applications in the Visual Studio group when you installed Visual Studio.

    Let me know if this helped.

    Cheers,

    Juan

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.