English Amiga Board


Go Back   English Amiga Board > Coders > Coders. Language > Coders. C/C++

 
 
Thread Tools
Old 11 November 2017, 19:58   #1
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
amivnc build rtg

i try to build amivnc and have the following errors, when building the rtg version:
Code:
 1460                                   ReadPixelArray(uTile,     // Buffer
 1461                                             0, 0,        // Dest X/Y in buffer
 1462                                              XDC_TILE * XDC_C_MAXDEPTH,
 1463                                             &(pActiveScreen -> RastPort),
 1464                                              iCnt, jCnt,         // Source X/Y
 1465                                              XDC_TILE, XDC_TILE,  // Source w/h
 1466                                              RECTFMT_ARGB
 1467                                              );
1461: parse error before ´&'

Code:
1092                ReadPixelArray(pBuffer,     // Buffer
1093                       (UWORD) 0, (UWORD) 0,        // Dest X/Y in buffer
1094                       (UWORD) (iWidth * XDC_C_MAXDEPTH),     // Byte width of buffer
1095                       & (pActiveScreen -> RastPort),
1096                       (UWORD) 0, (UWORD) 0,         // Source X/Y
1097                       (UWORD) iWidth, (UWORD) iHeight,  // Source w/h
1098                       (UBYTE) RECTFMT_ARGB
1099                       );
1093: parse error before ´&'

any idea what is wrong with that function?
Attached Files
File Type: c amivnc.c (64.5 KB, 75 views)

Last edited by emufan; 11 November 2017 at 20:13.
emufan is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
New build N-Ed support.Hardware 8 05 May 2012 19:29
Help Me build my amiga! H3R1X New to Emulation or Amiga scene 9 17 December 2009 12:25
Build-It Asle HOL data problems 2 29 November 2009 03:08
64 bit build mangamuscle request.UAE Wishlist 1 24 March 2007 23:21
How to build the machine... Shoonay Amiga scene 0 21 December 2004 20:24

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 04:34.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.08908 seconds with 14 queries