Click here to Skip to main content
15,891,785 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Web Services Pin
Daniel Turini26-Jan-04 4:58
Daniel Turini26-Jan-04 4:58 
GeneralRe: C# Web Services Pin
Chris Meech26-Jan-04 5:46
Chris Meech26-Jan-04 5:46 
GeneralRe: C# Web Services Pin
Daniel Turini26-Jan-04 5:54
Daniel Turini26-Jan-04 5:54 
GeneralRe: C# Web Services Pin
Chris Meech26-Jan-04 7:46
Chris Meech26-Jan-04 7:46 
GeneralWindows XP Icons Pin
Shree23-Jan-04 8:38
Shree23-Jan-04 8:38 
GeneralRe: Windows XP Icons Pin
Heath Stewart23-Jan-04 9:47
protectorHeath Stewart23-Jan-04 9:47 
GeneralRe: Windows XP Icons Pin
leppie23-Jan-04 23:03
leppie23-Jan-04 23:03 
GeneralRe: Windows XP Icons Pin
Heath Stewart24-Jan-04 5:38
protectorHeath Stewart24-Jan-04 5:38 
GeneralRe: Windows XP Icons Pin
eggie524-Jan-04 7:17
eggie524-Jan-04 7:17 
GeneralRe: Windows XP Icons Pin
Heath Stewart24-Jan-04 8:40
protectorHeath Stewart24-Jan-04 8:40 
GeneralRe: Windows XP Icons Pin
eggie524-Jan-04 8:41
eggie524-Jan-04 8:41 
GeneralCheck for the dialog box. Pin
tonu23-Jan-04 6:41
tonu23-Jan-04 6:41 
GeneralRe: Check for the dialog box. Pin
Heath Stewart23-Jan-04 8:26
protectorHeath Stewart23-Jan-04 8:26 
GeneralServer 2003 DDK, ZMODEM Pin
Shahin7723-Jan-04 5:51
Shahin7723-Jan-04 5:51 
GeneralRe: Server 2003 DDK, ZMODEM Pin
leppie23-Jan-04 6:01
leppie23-Jan-04 6:01 
GeneralRe: Server 2003 DDK, ZMODEM Pin
Shahin7723-Jan-04 6:31
Shahin7723-Jan-04 6:31 
GeneralRe: Server 2003 DDK, ZMODEM Pin
Heath Stewart23-Jan-04 6:38
protectorHeath Stewart23-Jan-04 6:38 
GeneralRe: Server 2003 DDK, ZMODEM Pin
leppie23-Jan-04 9:02
leppie23-Jan-04 9:02 
Generalneed to import weird C struct Pin
sammyh23-Jan-04 5:28
sammyh23-Jan-04 5:28 
GeneralRe: need to import weird C struct Pin
Heath Stewart23-Jan-04 5:40
protectorHeath Stewart23-Jan-04 5:40 
GeneralRe: need to import weird C struct Pin
sammyh23-Jan-04 6:00
sammyh23-Jan-04 6:00 
GeneralRe: need to import weird C struct Pin
Heath Stewart23-Jan-04 6:08
protectorHeath Stewart23-Jan-04 6:08 
GeneralRe: need to import weird C struct Pin
leppie23-Jan-04 6:08
leppie23-Jan-04 6:08 
GeneralRe: need to import weird C struct Pin
sammyh23-Jan-04 8:27
sammyh23-Jan-04 8:27 
I'm still having problems with the marshalling

I get an exception "Can not marshal field param of type ProjWrapper.PJ: The type definition of this field has no layout information."

I have tagged it with Layout.Sequential

//XY  (*fwd)(LP, struct PJconsts *); original<br />
	public delegate XY fwd(LP lp, PJ pj);		<br />
	///etc<br />
<br />
	[StructLayout(LayoutKind.Sequential)]<br />
	public class PJ<br />
	{<br />
		fwd fwdcallback;<br />
		//etc<br />
        }


Could the problem be in the return Marshal of the PJ class, or am I messing up the callback definitions still

Thank you very much for your help....

-Sam
GeneralRe: need to import weird C struct Pin
leppie23-Jan-04 8:47
leppie23-Jan-04 8:47 

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.