Click here to Skip to main content
15,892,059 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralDeleteCommand problem.. Pin
GJul10-Sep-03 4:48
GJul10-Sep-03 4:48 
Generalall about exceptions Pin
fume9-Sep-03 22:09
fume9-Sep-03 22:09 
GeneralRe: all about exceptions Pin
SimonS9-Sep-03 22:11
SimonS9-Sep-03 22:11 
GeneralRe: all about exceptions Pin
fume10-Sep-03 14:08
fume10-Sep-03 14:08 
GeneralRe: all about exceptions Pin
fume10-Sep-03 14:17
fume10-Sep-03 14:17 
Generalerror bad dll calling convention Pin
Member 5728499-Sep-03 12:15
Member 5728499-Sep-03 12:15 
GeneralRe: error bad dll calling convention Pin
Hesham Amin9-Sep-03 21:43
Hesham Amin9-Sep-03 21:43 
GeneralRe: error bad dll calling convention Pin
Member 57284910-Sep-03 4:22
Member 57284910-Sep-03 4:22 
<br />
void __stdcall test(int j, collateralvar collateral); <br />


This doesn't work because your back to not being able to find DLL entry point.

It must be declared as
<br />
__declspec( dllexport ) void test(int j, collateralvar collateral);<br />

GeneralRe: error bad dll calling convention Pin
Member 57284910-Sep-03 7:22
Member 57284910-Sep-03 7:22 
GeneralNewbie to VB need some advice please Pin
Flack9-Sep-03 7:04
Flack9-Sep-03 7:04 
GeneralRe: Newbie to VB need some advice please Pin
Ray Cassick9-Sep-03 7:45
Ray Cassick9-Sep-03 7:45 
GeneralRe: Newbie to VB need some advice please Pin
NetPointerIN11-Sep-03 9:51
NetPointerIN11-Sep-03 9:51 
GeneralRe: Newbie to VB need some advice please Pin
Ray Cassick11-Sep-03 9:56
Ray Cassick11-Sep-03 9:56 
GeneralDeploy .Net Application using Access Database Pin
zengfu9-Sep-03 4:54
zengfu9-Sep-03 4:54 
GeneralRe: Deploy .Net Application using Access Database Pin
SimonS9-Sep-03 22:09
SimonS9-Sep-03 22:09 
GeneralAccessing a VC++ DLL in VB Pin
Member 5728498-Sep-03 12:18
Member 5728498-Sep-03 12:18 
GeneralRe: Accessing a VC++ DLL in VB Pin
Steve S9-Sep-03 6:22
Steve S9-Sep-03 6:22 
GeneralRe: Accessing a VC++ DLL in VB Pin
Member 5728499-Sep-03 7:02
Member 5728499-Sep-03 7:02 
GeneralRe: Accessing a VC++ DLL in VB Pin
Dave Kreskowiak10-Sep-03 3:31
mveDave Kreskowiak10-Sep-03 3:31 
GeneralRe: Accessing a VC++ DLL in VB Pin
Member 57284910-Sep-03 4:00
Member 57284910-Sep-03 4:00 
GeneralRe: Accessing a VC++ DLL in VB Pin
Dave Kreskowiak11-Sep-03 4:22
mveDave Kreskowiak11-Sep-03 4:22 
GeneralVB6 Connecting to Lotus Notes and Novell Groupwise Pin
matthew l7-Sep-03 23:52
matthew l7-Sep-03 23:52 
GeneralForm as Startup Object Pin
SuperGeek7-Sep-03 13:34
SuperGeek7-Sep-03 13:34 
GeneralRe: Form as Startup Object Pin
Nick Seng7-Sep-03 15:49
Nick Seng7-Sep-03 15:49 
Generalconvert integer to points Pin
pnpfriend7-Sep-03 5:12
pnpfriend7-Sep-03 5:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.