Raised This Month: $32 Target: $400
 8% 

[Solved]Tag Mismatch on enum arrays.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Black Rose
Veteran Member
Join Date: Feb 2011
Location: Stockholm, Sweden
Old 04-17-2014 , 17:17   [Solved]Tag Mismatch on enum arrays.
Reply With Quote #1

Hi guys.
I'm modifying my HTTP2 inc into a plugin for easier 3d party development. (No local compilation but 2 downloads instead.)

I renamed a lot of variables automatically, I assume I've made two variables by the same name or something but I can't find anything.
I'm not getting the same errors on the include file.
If you could lend a helping hand I would appreciate it.

I'm getting these errors:
Code:
N:\Nerladdat\! Spel\CS\! Scripting\Rose\HTTP2\http2.sma(571) : warning 229: index tag mismatch (symbol "gQueData")
N:\Nerladdat\! Spel\CS\! Scripting\Rose\HTTP2\http2.sma(752) : warning 229: index tag mismatch (symbol "gQueData")
N:\Nerladdat\! Spel\CS\! Scripting\Rose\HTTP2\http2.sma(824) : warning 229: index tag mismatch (symbol "stFollow_TempURLParsed")
Here are the related globals:
Code:
enum URLDataEnum {     _Scheme[10],     _Host[64],     _URLPort,     _User[64],     _Pass[64],     _Path[160],     _Query[192],     _Fragment[128] }; enum QueDataEnum {     _QueURL[512],     _QueFilename[128],     _QueCompleteHandler[33],     _QueProgressHandler[33],     _QuePort,     _QueRequestType,     _QueUsername[64],     _QuePassword[64],     _QuePostVars[1024] }; new gQueData[QueDataEnum];

Here are the 3 errors and related local variables:
Code:
    ArrayPushArray(gQue_hArray, gQueData);
Code:
    ArrayGetArray(gQue_hArray, 0, gQueData);
Code:
    static stFollow_TempURLParsed[URLDataEnum];    
    arrayset(stFollow_TempURLParsed, 0, sizeof stFollow_TempURLParsed);

Don't try to run the que system as it does not work. I am aware of that and fixing it meanwhile.

EDIT: Solved. I'm not sure why it is working in the include but putting _: in front of the enums removed the warnings.
Attached Files
File Type: sma Get Plugin or Get Source (http2.sma - 449 views - 39.2 KB)
File Type: inc v2.40.inc (40.5 KB, 119 views)
__________________

Last edited by Black Rose; 04-18-2014 at 09:27.
Black Rose is offline
Reply



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 -4. The time now is 00:22.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode