[ANN] CPB - Quickly access C variables and functions from LUA

Started by
13 comments, last by Toes 19 years, 1 month ago
msdn.microsoft.com/library/default.asp?url=/library/en-us/vssdkstrt/html/vsoriVisualStudioNETSDK.asp

"Note The following two SDKs are only available in the Enterprise edition of Visual Studio.
Debug Interface Access(DIA) SDK
.."

So I guess I can't use DIA without a copy of VS.NET.
Advertisement
The DIA headers are already part of the download package. Just look in the headers in the zip. The DIA sdk is only 2 header files and a lib. It's trivially small.

I'm done with the new version, which can work without a PDB file. You DO need a PDB to initially create your bindings, but if you want to distribute your software, you can do so with just a custom CPB binary loader data.

Thomas
Quote:Original post by Anonymous Poster
"Note The following two SDKs are only available in the Enterprise edition of Visual Studio.
Debug Interface Access(DIA) SDK
.."

If this is true, you can get into legal trouble for distributing those header files.
any new on this ?
The C++ version is almost complete, and the latest version doesn't require you to ship out a PDB. Otherwise it's there and functional.

Toes

This topic is closed to new replies.

Advertisement