PureBytes Links
Trading Reference Links
|
Hi Dave, the workspace of asaka plugin is in the
file section of ami dll group
once you have download it
you can recompile it with microsoft visual c++ that
you can download for free with bittorrent at <A
href="">http://www.suprnova.org/
you can modify it and increase the number of
columns in osakatable.cpp
where you can read the declarations
just change AllocColumnStorage( 2147483647
);
to the maximum value for int is 2147483647
<FONT face=Arial
size=2>////////////////////////////////////////////////////////////////////////
Construction/Destruction//////////////////////////////////////////////////////////////////////
<FONT face=Arial
size=2>COsakaTable::COsakaTable(){ m_aiColumnOffsets =
NULL; m_aiColumnTypes = NULL; m_aiColumnSizes =
NULL; m_iCurRowLen = 0; m_iNumColumns =
0; m_iMaxColumns = 0; AllocColumnStorage( 2147483647
);}
COsakaTable::~COsakaTable(){ free(
m_aiColumnOffsets ); free( m_aiColumnTypes ); free(
m_aiColumnSizes );
FreeEntries();
}
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Dave Merrill
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Monday, June 21, 2004 2:33 AM
Subject: RE: [amibroker] Osaka plugin
crash loading saved table with > 128 columns (not an AB bug)
<SPAN
class=734152800-21062004>OK, this is getting stranger and
stranger...
<SPAN
class=734152800-21062004>
<SPAN
class=734152800-21062004>I *have* the version labeled 1.0.4 from the AB site,
and nowhere do I see anything like that. Not in the docs, not in the AB code
editor when I type 'os' and press Ctrl-Space, no place.
<SPAN
class=734152800-21062004>
<SPAN
class=734152800-21062004>Do you have a copy that includes those functions?
Where did you get it? I've just submitted a request to join the amibroker-dll
group, and I'll look in the files section there, but my request has to be
approved manually first.
<SPAN
class=734152800-21062004>
<SPAN
class=734152800-21062004>If you do have a more recent version, could you
please check if it can load a saved table with more than 128 columns? If so,
wonderful.
<SPAN
class=734152800-21062004>
<SPAN
class=734152800-21062004>Thanks,
<SPAN
class=734152800-21062004>
<SPAN
class=734152800-21062004>Dave
<BLOCKQUOTE
>
<FONT face=Arial color=#0000ff
size=2>Actually in the files: OSAKA_104.zip
<FONT
color=#0000ff>and he already
answered Dave's wish <<(While I'm wishing, I wish Osaka had
osTabFindInRow and osTabFindInColumn functions, for searching for values
inside a table.<SPAN
class=705392421-20062004>>>
<FONT
color=#0000ff><SPAN
class=705392421-20062004>
<FONT
color=#0000ff><FONT
face=Arial>BobCheck
AmiBroker web page at:<A
href="">http://www.amibroker.com/Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
__________
NOD32 1.791 (20040618) Information __________This message was checked
by NOD32 antivirus system.<A
href="">http://www.nod32.com
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
ADVERTISEMENT
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|