rlarranaga / bafprp

Automatically exported from code.google.com/p/bafprp
0 stars 0 forks source link

Convert to VB.Net #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I need some of the .H files that are part of VS for cpp.  I have a utility 
that converted most of the code, but am missing various header files like 
sql.h, sqlext.h, etc.

Does MS prohibit sharing those files to someone that does not own the CPP 
for VS?

Original issue reported on code.google.com by jschu...@ntslink.net on 9 Apr 2009 at 3:11

GoogleCodeExporter commented 8 years ago
sql.h and sqlext.h are included in the windows sdk which you can download from
microsoft's site.  This package is not normally installed with Visual Studio

Original comment by charless...@gmail.com on 9 Apr 2009 at 3:23

GoogleCodeExporter commented 8 years ago
Thanks,  didn't mean to report this as a defect.  Just wondered if any work had 
be 
done in conversion to VB.  I think it would be best to just start with base 
program 
and convert any c++ references like sql, winsock as native references.

Again, thanks for the fixes and quick response.

Jim

Original comment by jschu...@ntslink.net on 9 Apr 2009 at 3:36