similar to: Ret and retval

Displaying 20 results from an estimated 8000 matches similar to: "Ret and retval"

2007 Jan 06
1
ancient directx version support
What is the status of support for directx2 apps? The "failed to create surface" error in MissionForce: Cyberstorm seems to have persisted forever... I have a +relay log of the said game launch session, (if somebody wants it, i can provide the full version) -- it appears that the graphics backend call pair which causes trouble is to winex11.drv.GetDCEx()/
2008 Nov 27
1
Errors while running application
I have installed wine 1.1.7 through source code .My distro is ubuntu hardy i686 when i run my application it dispalys following errors. 002d:Ret PE DLL (proc=0x7ee9bf40,module=0x7ee10000 L"KERNEL32.dll",reason=THREAD_ATTACH,res=(nil)) retval=1 002d:Call PE DLL (proc=0x7ec72450,module=0x7ec30000 L"rpcrt4.dll",reason=THREAD_ATTACH,res=(nil)) 002d:Ret PE DLL
2009 Mar 15
2
Unable to run Perfect World in Wine
Recently, I tried install a game called Perfect World (http://pwi.perfectworld.com/), which has not been tested in Wine yet. To my surprise, the installer ran beautifully. However, when I went to open it from the desktop shortcut, I received an error. WineHelper's log had this to say: Code: pfixme:d3d:IWineD3DImpl_FillGLCaps OpenGL implementation supports 16 vertex samplers and 16 total
2012 Oct 26
1
Why my code does not draw? how to fix it? plz....
number<-c(0,1,3,4,5,6,8) rsidp<-function(x){ i=0 {y<-sample(number,x,replace=TRUE)} return(y) } plot(o, xlim=c(0,20), ylim(0,20), type="n", xlab="Sample size", ylab="Sample variance") for (i in seq(1:20)){ retVal=rsidp(i) var(rsidpVector) points (i, var(rsidpVector),pch=i,col=i) } -- View this message in context:
2006 Aug 05
2
plz do favour in active record
hello I want to do like the below code name=[''net'',''gross'',''amount''] avail= Avail.find(1) return avail.name[0] but it gets error I want to give " avail.name[0] " like this, rather than avail.net directly, can u guys plz help me, how to do this plz explain with code advance thx have a pleasant day narayana --
2006 Aug 02
2
multi dimensional array
how to implement multi dimensional array in ruby in ruby multi dimension array look like tree structure plz help me & explain with code have a pleasant day thx narayana -- Posted via http://www.ruby-forum.com/.
2012 Jan 09
4
"timeGetTime“ function in winmm.dll
Dear Forum, I installed MetaTrader 4 with wine it is up and running everything works well, the best performers is with the new wine 1.3. BUT if I run some EA Experts Advisors I get on two of it problems and the application crashes. The EA`s with crashes have custom .dll (FCS300.dll) and I try to debug this errors. Code: 0028:Ret ntdll.RtlFreeHeap() retval=00000001 ret=7d7984a2 0028:Ret
2004 May 28
2
Problem with ADO connection
Hi, First a big Thank You to the wine developers. Your efforts are greatly appreciated and have allowed me to move users to Linux that I could never have moved otherwise. I am currently setting up desktops for 7 end users, but doing so requires that I get a particular application (The Electronic Manual) which is a parts catalog for the restaurant equipment service industry. The application
2009 Jan 24
2
Including New Library
Hi, I am trying to include new library into wine. But was unable to do it. I tried the following in user32/Makefile.in > EXTRALIBS=`pkg-config --libs libwnck-1.0` > EXTRAINCL=`pkg-config --cflags libwnck-1.0`[\quote] > > > Once i do a make it is showing an error like this: > > > /usr/bin/ld: skipping incompatible
2006 Jul 26
1
Plz answer my query in date_select
hello gentlemen I want to set my (default)own date in date_select, how to do this, plz explain with example advance thx have a nice day regards narayana -- Posted via http://www.ruby-forum.com/.
2008 Dec 16
4
Hive In Wine
Hey, In windows we have a concept of "hive" in the registry. I'm trying to load the hive to wine registry, but wine is not able to recognizing the format of hive. Please help me out. Thanks, karthik
2012 Oct 22
5
Help plz to fix it
I have an array of probabilities....it is p. So if user types x=1 then probability is p1=1/10. If user types x=2 it means that p2= p1+p2 if user types x=3 it means that p3=p1+p2+p3....and so on. So i created a code..... but it doesnt work properly. Help me plz to fix it) Thank u in advance. psidp=function(x){ p<-(1/10 2/5 2/5 2/5 2/5 1/10 1/10 1/10 1/10 1/10) i==0; if (x!=0){ for
2006 May 11
9
world of warcraft doesnÄt work (sorry if double post)
if this is a doublepost please sorry bur the first post was blocked by spamfilter because of wrong timesettings on my local computer. i reaplyed to my original post and now im not shure if the mailserver thinks the message is corrupt because of reply to a non existing message. here is the originalmessage (again?) Hi everyone, thirst of all please forgive my bad english :) i have installed wine
2006 Aug 04
1
How do i create & insert data into xml file in ruby
hello How do i create new xml file & insert data into that new xml file in ror plz explain with example code.(say i have to insert all the values of a table into xml file ) advance thx Have a pleasant day narayana -- Posted via http://www.ruby-forum.com/.
2006 Aug 07
1
how to create new folder
hello how to create new folder /directory in ruby. how to check whether the directory is exists. plz explain with example code advance thx narayana -- Posted via http://www.ruby-forum.com/.
2006 Jul 22
2
selected values in combo box
how to set default value in combo box or whether there is another way plz explain with example code advance thx have a nice day -- Posted via http://www.ruby-forum.com/.
2005 Jun 11
1
Calling R from C/C
hi ppl, this somethin very urgent. plz anybody tell me for my problem:- how to make a module/lib that will allow to call easily R code/functions from C++ (C++ Builder 6). Is it possible without using any intermediate things. plz help srry no time for RTFM. Any idea or hint is appreciated. n I can help u a lot in projects sort of things. plz do reply. byee
2009 Oct 28
2
deploying asterisk
hello all, friends i am new in asterisk. i had just finished the installation requirment of asterisk. i am using Centos 5.3 in which ill be installing asterisk now guys plz guide me my requirment for deploying asterisk is, i am having a client, (HR Consultancy) where 40 executives work and on each 40 desk, phone is there. i want confrencing facility,hold facility,extention nos,music. when ever
2009 Aug 01
23
Hi doubt in unit testing
def test_check_for_validity post=County.new(:name=>"myname",:description=>"mydesc") assert post.save end above is the method and when i run unit test it is saying as 1) Failure: test_check_for_validity(CountyTest) [/test/unit/county_test.rb:10]: <false> is not true. what does it say i cannot under stand please help -- Karthik.k Mobile -
2006 Jul 17
4
how to invoke model methods in controller & vice versa
hello how to invoke model methods in controller & vice versa please explain with examples advance thanx -- Posted via http://www.ruby-forum.com/.