Raised This Month: $51 Target: $400
 12% 

ASM2SMA - Codificador experimental de AMXX Assembly


  
 
 
Thread Tools Display Modes
S34Qu4K3
Veteran Member
Join Date: Jan 2010
Location: Galicia
Old 09-28-2012 , 17:45   Re: ASM2SMA Log
#141

Crashea el programa... Sale lo de windows esta buscando una solucion...
Cuando llama a la funcion, es como si no existiera y queda en un loop
__________________

- ASM2SMA: Experimental AMXX Assembly encoder

- Defuse Bar Fix

Quote:
Originally Posted by Arkshine
I DON'T WANT TO SEE NOOOOOOOOOOOOOOO AHHHHH. MY EYES ARE ALREADY HURT.
S34Qu4K3 is offline
gladius
Veteran Member
Join Date: Jul 2008
Location: Santiago, Chile
Old 09-28-2012 , 17:48   Re: ASM2SMA Log
#142

Que hace esa función?, como la llamas?, retorna algo?, parametros por valor o referencia?
__________________
Proyects
Kreedz Chile Mod [100%] (Fixing some details).


Last edited by gladius; 09-28-2012 at 17:49.
gladius is offline
Send a message via MSN to gladius Send a message via Skype™ to gladius
S34Qu4K3
Veteran Member
Join Date: Jan 2010
Location: Galicia
Old 09-28-2012 , 17:49   Re: ASM2SMA Log
#143

Parsea las natives de cada funcion.
La llamo desde el .cpp que parsea las funciones
Call:
Code:
parse_function_natives(afile, output_file, function, input);
Params:
Code:
void parse_function_natives(char *afile, char *output_file, char *current_function, fstream & stream)
__________________

- ASM2SMA: Experimental AMXX Assembly encoder

- Defuse Bar Fix

Quote:
Originally Posted by Arkshine
I DON'T WANT TO SEE NOOOOOOOOOOOOOOO AHHHHH. MY EYES ARE ALREADY HURT.

Last edited by S34Qu4K3; 09-28-2012 at 17:50.
S34Qu4K3 is offline
gladius
Veteran Member
Join Date: Jul 2008
Location: Santiago, Chile
Old 09-28-2012 , 17:54   Re: ASM2SMA Log
#144

Quote:
Originally Posted by S34Qu4K3 View Post
Parsea las natives de cada funcion.
La llamo desde el .cpp que parsea las funciones
Call:
Code:
parse_function_natives(afile, output_file, function, input);
Params:
Code:
void parse_function_natives(char *afile, char *output_file, char *current_function, fstream & stream)
Me puedes decir a que representa cada parámetro, estoy confundido en ello.
No veo que hagas parse al menos el header de esa función no se ve como si fuera para eso.
__________________
Proyects
Kreedz Chile Mod [100%] (Fixing some details).

gladius is offline
Send a message via MSN to gladius Send a message via Skype™ to gladius
S34Qu4K3
Veteran Member
Join Date: Jan 2010
Location: Galicia
Old 09-28-2012 , 17:56   Re: ASM2SMA Log
#145

1º: archivo del plugin en asm
2º: sma en el que escribio
3º: funcion en la que buscar natives
4º: fstream donde esta abierto el archivo sma donde escribo
__________________

- ASM2SMA: Experimental AMXX Assembly encoder

- Defuse Bar Fix

Quote:
Originally Posted by Arkshine
I DON'T WANT TO SEE NOOOOOOOOOOOOOOO AHHHHH. MY EYES ARE ALREADY HURT.

Last edited by S34Qu4K3; 09-28-2012 at 17:57.
S34Qu4K3 is offline
gladius
Veteran Member
Join Date: Jul 2008
Location: Santiago, Chile
Old 09-28-2012 , 18:35   Re: ASM2SMA Log
#146

Quote:
Originally Posted by S34Qu4K3 View Post
1º: archivo del plugin en asm
2º: sma en el que escribio
3º: funcion en la que buscar natives
4º: fstream donde esta abierto el archivo sma donde escribo
Entiendo.
__________________
Proyects
Kreedz Chile Mod [100%] (Fixing some details).

gladius is offline
Send a message via MSN to gladius Send a message via Skype™ to gladius
Javivi
AlliedModders Donor
Join Date: Dec 2008
Old 09-29-2012 , 10:35   Re: ASM2SMA Log
#147

Quote:
Originally Posted by S34Qu4K3 View Post
Parsea las natives de cada funcion.
La llamo desde el .cpp que parsea las funciones
Call:
Code:
parse_function_natives(afile, output_file, function, input);
Params:
Code:
void parse_function_natives(char *afile, char *output_file, char *current_function, fstream & stream)
sr bruto, estás pasando los parametros con los que haces la llamada con el mismo tipo de los de la funcion ? (afile es un puntero, o lo pasas por referencia, lo mismo con output_file.. etc )
__________________

Last edited by Javivi; 09-29-2012 at 10:39.
Javivi is offline
S34Qu4K3
Veteran Member
Join Date: Jan 2010
Location: Galicia
Old 09-29-2012 , 11:19   Re: ASM2SMA Log
#148

Que yo sepa, estoy pasandolo bien... Nunca me dio problemas hasta ahora
__________________

- ASM2SMA: Experimental AMXX Assembly encoder

- Defuse Bar Fix

Quote:
Originally Posted by Arkshine
I DON'T WANT TO SEE NOOOOOOOOOOOOOOO AHHHHH. MY EYES ARE ALREADY HURT.

Last edited by S34Qu4K3; 09-29-2012 at 11:19.
S34Qu4K3 is offline
pokemonmaster
princess milk
Join Date: Nov 2010
Location: Somewhere in this world
Old 10-09-2012 , 16:33   Re: ASM2SMA Log
#149

No new updates/fixes ?
No hay nuevas actualizaciones / correcciones?
__________________
اَشْهَدُ اَنْ لَّآ اِلٰهَ اِلَّا اللہُ وَحْدَه لَا شَرِيْكَ لَه وَ اَشْهَدُ اَنَّ مُحَمَّدًا عَبْدُه وَرَسُوْلُه
No longer active in AMXX. Sorry.
pokemonmaster is offline
Neeeeeeeeeel.-
Some Guy Yellin'
Join Date: Jul 2010
Location: Argentina
Old 10-09-2012 , 16:53   Re: ASM2SMA Log
#150

Quote:
Originally Posted by pokemonmaster View Post
No new updates/fixes ?
No hay nuevas actualizaciones / correcciones?
S34Qu4K3 said that he is busy with the university...
S34Qu4K3 dijo que estaba ocupado con la universidad...
__________________
Neeeeeeeeeel.- is offline
Send a message via Skype™ to Neeeeeeeeeel.-
 



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 01:36.


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