Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by JBloggs2079

  1. JBloggs2079

    Basic Delphi Syntax - 'C' conversion

    Also, in case you wanted to see what I'm coding in C/C++, its here http://www.delphi32.com/info_facts/faq/faq_249.asp
  2. JBloggs2079

    Basic Delphi Syntax - 'C' conversion

    Thanks for the info. If lpPixelBuffer is a pointer, what type is it pointing to? Or does this not need declared initially in Delphi ? The calling code for the function is for i := 0 to 255 do for j := 0 to 255 do Byte(GetBigPointer(lpPixelBuffer, i + (j * 256))^) := j; What...
  3. JBloggs2079

    Basic Delphi Syntax - 'C' conversion

    Hi there, I'm trying to convert a piece of Delphi to C, and am not sure what the following code is doing, if anyone here could help me out that'd be great. Declared at the top is function GetBigPointer(lp : pointer; Offset : Longint) : Pointer; begin \{$IFDEF WIN32\}...

Part and Inventory Search

Back
Top