build dll c++

Started by
0 comments, last by mattd 14 years, 1 month ago
Hi i have found a library to build trianglestrips, this library is from nvidia but it is an static library and i need to build a dll to use it with visual basic, i don´t know c++ but in the documentation of the library i saw this: README for NvTriStrip, library version ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To use: -#include "NvTriStrip.h" -put nvtristrip.lib in your library path (the pragma in nvtristrip.h will automatically look for the library). Check out NvTriStrip.h for the interface. See the StripTest source code (in function LoadXFileStripped) for an example of using the library. It´s very important for me to build the dll for visual basic, how can i build it from this static library?Could i make it in visual c++ without know c++?
Advertisement
Haven't you already asked this?
Click 1, click 2
You're probably not going to get any better answers than those ones.

You really do have to know at least a little bit of C(++), and have the ability to (re)compile a wrapper.

This topic is closed to new replies.

Advertisement