Click here to Skip to main content
15,927,699 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalerror message Pin
oun28-Nov-03 15:22
oun28-Nov-03 15:22 
GeneralRe: error message Pin
Shanmuga Sundar28-Nov-03 16:26
Shanmuga Sundar28-Nov-03 16:26 
Generalusing #import Pin
vijisu28-Nov-03 13:54
vijisu28-Nov-03 13:54 
GeneralRe: using #import Pin
GeMe_Hendrix2-Dec-03 11:52
GeMe_Hendrix2-Dec-03 11:52 
GeneralRe: using #import Pin
coralsnake_21-Dec-03 7:37
coralsnake_21-Dec-03 7:37 
GeneralDeclare VC DLL in VB Pin
BMWCouple28-Nov-03 12:54
BMWCouple28-Nov-03 12:54 
GeneralRe: Declare VC DLL in VB Pin
Mike Dimmick28-Nov-03 13:12
Mike Dimmick28-Nov-03 13:12 
GeneralRe: Declare VC DLL in VB Pin
BMWCouple1-Dec-03 1:55
BMWCouple1-Dec-03 1:55 
Thanks for the reply Mike.
But I managed to get most of the functions worked except this particular one. I keep getting an error "Memory location at 0x???????? could not be written".

This is how I declare in VB:
Public Declare Sub PlayRequest Lib "AOSClient.dll" _
(ByVal clientHdl As Long, ByVal OutputCha As Long, ByVal pHandle As Long, _
PlayerInitData As Any, OSDInitStruct As Any, _
ByVal PlaySpeed As Long, ActualStart As Any, ActualEnd As Any, _
pTypeOfVideo As Long, ByVal MOL As Long, CMDrs() As Any, _
RSTrs() As Any, pResult As Long)

This is how I call the function.
Call PlayRequest(clientHdl, AOSChannel, playerHandle, PlayerInitByte(1), _
OSDStructByte(1), PlaySpeedType, TempBuf(1), TempBuf(9), _
pTypeOfVideo, MOL, CMDReserved(), RSTReserved(), PlayRequestRst)

I believed the error message that I am getting have something to do with passing an UDT to VC Dll.

Appreciate if you could shed some lights. Thanks
QuestionHow to set the "Dialog Focus" in Dialog Based Application Pin
eshban28428-Nov-03 9:56
eshban28428-Nov-03 9:56 
AnswerRe: How to set the "Dialog Focus" in Dialog Based Application Pin
suiram4028-Nov-03 11:17
suiram4028-Nov-03 11:17 
AnswerRe: How to set the "Dialog Focus" in Dialog Based Application Pin
l a u r e n29-Nov-03 13:39
l a u r e n29-Nov-03 13:39 
QuestionHow to identify a computer in a LAN from the internet? Pin
ray_li28-Nov-03 9:50
ray_li28-Nov-03 9:50 
AnswerRe: How to identify a computer in a LAN from the internet? Pin
suiram4028-Nov-03 11:13
suiram4028-Nov-03 11:13 
QuestionSpinBottonCtrl Limit? Pin
sdfdsfa28-Nov-03 9:24
sdfdsfa28-Nov-03 9:24 
AnswerRe: SpinBottonCtrl Limit? Pin
suiram4028-Nov-03 11:16
suiram4028-Nov-03 11:16 
Generalreading file properties. Pin
pnpfriend28-Nov-03 9:03
pnpfriend28-Nov-03 9:03 
GeneralStack Overflow Q Pin
suiram4028-Nov-03 9:02
suiram4028-Nov-03 9:02 
GeneralRe: Stack Overflow Q Pin
igor196028-Nov-03 10:41
igor196028-Nov-03 10:41 
GeneralRe: Stack Overflow Q Pin
suiram4028-Nov-03 11:05
suiram4028-Nov-03 11:05 
GeneralRe: Stack Overflow Q Pin
igor196028-Nov-03 11:58
igor196028-Nov-03 11:58 
QuestionStreet address parsing? Pin
Ed K28-Nov-03 8:28
Ed K28-Nov-03 8:28 
AnswerRe: Street address parsing? Pin
JWood28-Nov-03 10:18
JWood28-Nov-03 10:18 
GeneralRe: Street address parsing? Pin
User 58385230-Nov-03 17:06
User 58385230-Nov-03 17:06 
AnswerRe: Street address parsing? Pin
jhwurmbach30-Nov-03 21:39
jhwurmbach30-Nov-03 21:39 
Generalopening file !!help me Pin
mitil2039048230428-Nov-03 7:53
mitil2039048230428-Nov-03 7:53 

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.