search for: objec

Displaying 20 results from an estimated 23 matches for "objec".

Did you mean: object
2008 Aug 23
1
Run-time error '429': ActiveX component can't create objec
Hi there, I've been trying to crack this for a while now and have made no progress, whenever I run my exe in wine from the console I get: Run-time error '429': ActiveX component can't create object. The console output is as follows: Code: fixme:ole:OleLoadPictureEx (0xb0e3c4,3782,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9fc), partially implemented. fixme:ole:OLEPictureImpl_SaveAsFile (0x12d170)->(0x133858, 0, (nil)), hacked stub. err:ole:CoGetClassObject class {0e59f1...
2008 Nov 18
1
Re: Run-time error '429': ActiveX component can't create objec
Okay, I've stumbled upon this thread whilst looking for a solution to 429. I copied the file from my office XP station to my laptop, and followed the registration instructions from your post to no avail. I'm on Mint 5 Gnome, which is built upon Ubuntu 8.04. I was thinking of combining all the solutions I've read: copy sscrun.dll and regv32.exe into /.wine/yadda yadda Has anyone
2008 Nov 24
1
Re: Run-time error '429': ActiveX component can't create objec
most likely it's not sscrun.dll, but scrrun.dll. It's comes for example with this app: http://sourceforge.net/project/downloading.php?groupname=alltoavi&filename=AllToAVI_v4_r5394_Setup.exe&use_mirror=kent
2006 Jul 10
4
Session variable data validation
...r code for every action. I could use a hook to check the value before each action, but then I would be accessing my database twice for the same data. Is it overkill to be making sure something wasn''t deleted out of the database on each action? How bad is it if my page tries to use an objec that is nil? What is the standard practice? Thanks for your help, Chris -- Posted via http://www.ruby-forum.com/.
2019 Apr 22
2
Samba Won't Start after Upgrade to 4.8.3-4 on Centos 7.5.1804
...3:18 001cognos01.ccnva.local systemd[1]: Unit smb.service entered failed state. Apr 22 18:53:18 001cognos01.ccnva.local systemd[1]: smb.service failed. Apr 22 18:53:18 001cognos01.ccnva.local polkitd[818]: Unregistered Authentication Agent for unix-process:22449:288064542 (system bus name :1.16411, objec --Eric
2004 Dec 20
1
Interest in commercial support for R, R-metrics and related packages
...to understand what type of services - such as technical support, custom development, versions tuned for financial analysis, user conferences/workshops, etc - would be interesting to users of R. Thank you. Sesha Pratap <http://ps3pub.psteering.com/assembla/discussion/discussion_create.jsp?objec tId=fs000080000g1asihvp0000000&parent=fs000080000g1sc50c0g000000> Reply [[alternative HTML version deleted]]
2006 Jul 10
7
What is has_many :through really buying you over HABTM?
...with a separate model on the join table. So, you''d have A HABTM B and B HABTM A, both specifying a join_table of C, and then you would also go ahead and create an explicit model for C so that you could manipulate that table separately. And since you have to explicitly create the join object anyway in order to set all of the attributes on it (see: http://blog.hasmanythrough.com/articles/read/150), wouldn''t that basically be the same as having a HABTM and then overriding the appropriate "save" methods in either A or B (or both) to take care of "fixing"...
2014 Mar 14
3
[LLVMdev] [ARM] [PIC] optimizing the loading of hidden global variable
>> Any thoughs? > > I'm now struggling to see how GCC justifies it. What if a different > translation-unit declared those variables in a different order? I also > can't get the same behaviour here, do you have a more complete > command-line? Ah, I see; the translation-unit that does the optimisation needs to have them as a definition (i.e. "= {0}") rather
2004 Dec 20
0
Interest in commercial support for R, R-metrics and relat ed packages
...t; versions tuned > >for financial analysis, user conferences/workshops, etc - would be > >interesting to users of R. > > > >Thank you. > > > >Sesha Pratap > > > > > ><http://ps3pub.psteering.com/assembla/discussion/discussion_c reate.jsp?objec >tId=fs000080000g1asihvp0000000&parent=fs000080000g1sc50c0g000000> Reply > > > > > > > > [[alternative HTML version deleted]] > >______________________________________________ >R-help at stat.math.ethz.ch mailing list >https://stat.ethz.ch/mailman/lis...
2007 Jul 26
0
unix password sync causes domain joining problem?
...I also found that if "unix password sync = Yes" my LDAP gets queries regarding test1$ (machine name) in ou=people tree which seems like a mistake/bug? Jul 26 17:19:59 zastest slapd[27192]: conn=82 op=1 SRCH base="ou=people,dc=giedz,dc=pl" scope=1 deref=0 filter="(&(objec tClass=posixAccount)(uid=test1$))" Jul 26 17:19:59 zastest slapd[27192]: conn=82 op=1 SRCH attr=uid userPassword uidNumber gidNumber cn homeDirectory login Shell gecos description objectClass Jul 26 17:19:59 zastest slapd[27192]: conn=82 op=1 SEARCH RESULT tag=101 err=0 nentries=0 text= .....
2008 Feb 22
2
Looping and Pasting
Hello R-community: Much of the time I want to use loops to look at graphs, etc. For example, I have 25 plots, for which the names are m.1$medoids, m.2$medoids, ..., m.25$medoids. I want to index the object number (1:25) as below (just to show concept). for (i in 1:25){ plot(m.i$medoids) } I've tried the following, with negative results for ... plot(paste("m.",i,"$medoids",sep="")) for .. plot(get(paste("m.",i,"$medoids",sep=""))) f...
2008 Apr 16
2
Post hoc tests with lme
...servations: 36 Number of Groups: 9 ======== Now suppose I want to test the following hypothesis H0: TypeT1 =0 and TypeT2 = 0 I've tried estimable() and glh.test() in package gmodels, esticon() in package boBy, and linear.hypothesis() in package car, but it seems none of them would work with objects from lme: ======== > library(gmodels) > estimable(fm, rbind(c("TypeT1"=1), c("TypeT2"=1))) Error in FUN(newX[, i], ...) : `param' has no names and does not match number of coefficients of model. Unable to construct coefficient vector > glh.test(fm, rbind(c(&quo...
2010 Feb 07
3
using a variable name stored in another variable?
Hello, I'm trying to figure out how to create a data object, and then save it with a user-defined name that is input as a command line argument. I know how to create the object and assign it the new name, however, I can't figure out how to refer to the new name for a future operation such as save(). The code below creates an object and uses assign() to...
2014 Mar 14
2
[LLVMdev] [ARM] [PIC] optimizing the loading of hidden global variable
...y don't seem to handle this alias properly now though, and > it may violate the intended uses. Rafael's doing some thinking about > "alias" at the moment, so I've CCed him. > > Would that be a horrific abuse of the poor alias system? I think it would :-) Folding objects like this prevents the linker from deleting one of them if it is unused for example. I think it is just a missing optimization in the ARM backend. If it knows multiple objecs are in the same DSO, it can use the address of one to find the other. Given: @g0 = hidden global [100 x i32] zeroinitia...
2007 Jun 10
0
Branch 'as' - 5 commits - libswfdec/swfdec_mouse_as.c libswfdec/swfdec_movie_asprops.c test/trace
...nyway, but since that's not implemented... diff --git a/libswfdec/swfdec_mouse_as.c b/libswfdec/swfdec_mouse_as.c index 81187a3..01b6c9d 100644 --- a/libswfdec/swfdec_mouse_as.c +++ b/libswfdec/swfdec_mouse_as.c @@ -76,8 +76,10 @@ swfdec_mouse_init_context (SwfdecPlayer SWFDEC_AS_VALUE_SET_OBJECT (&val, mouse); swfdec_as_object_set_variable (SWFDEC_AS_CONTEXT (player)->global, SWFDEC_AS_STR_Mouse, &val); - swfdec_as_object_add_function (mouse, SWFDEC_AS_STR_addListener, 0, swfdec_mouse_addListener, 1); - swfdec_as_object_add_function (mouse, SWFDEC_AS_STR_removeListener,...
2007 Sep 06
0
3 commits - libswfdec/swfdec_as_date.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_sprite_movie.c
...tyle syntax. If + * @variable is %NULL, no variable path is allowed. + * + * Returns: The #SwfdecMovie that was looked up or %NULL if the path does not + * specify a valid movie. + **/ +static gboolean +swfdec_action_get_movie_by_path (SwfdecAsContext *cx, const char *path, + SwfdecAsObject **object, const char **variable) +{ + SwfdecAsObject *movie; + const char *s; + SwfdecAsValue val; + gboolean was_slash = FALSE; + + /* shortcut for the general case */ + if (strpbrk (path, ".:/") == NULL) { + *object = NULL; + *variable = path; + return TRUE; + } + + /*...
2007 Aug 21
0
Branch 'vivi' - 10 commits - libswfdec/swfdec_button_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_player.c vivified/core vivified/dock vivified/ui
...paned = gtk_hpaned_new (); + gtk_paned_set_position (GTK_PANED (paned), 200); + gtk_container_add (GTK_CONTAINER (window), paned); + box = vivi_vdock_new (); - gtk_container_add (GTK_CONTAINER (window), box); + gtk_paned_add2 (GTK_PANED (paned), box); widget = GTK_WIDGET (gtk_builder_get_object (builder, "player")); g_object_set (widget, "application", app, NULL); vivi_vdock_add (VIVI_VDOCK (box), widget); @@ -88,6 +93,12 @@ setup (const char *filename, const char vivi_vdock_add (VIVI_VDOCK (box), widget); gtk_container_foreach (GTK_CONTAINER (widget), tr...
2007 Aug 15
0
Branch 'vivi' - 13 commits - doc/swfdec-sections.txt libswfdec/swfdec_as_debugger.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_types.h vivified/core vivified/ui
...AS_VALUE_SET_STRING (retval, swfdec_as_context_get_string (cx, s)); } diff-tree a3c5a9238df3924961d13599cbdad970f79ddede (from e2df3bc346bf44ba07d4a6c62876d1d96279412e) Author: Benjamin Otte <otte at gnome.org> Date: Wed Aug 15 12:49:48 2007 +0200 add support for having Frame and Wrap objects diff --git a/vivified/core/Makefile.am b/vivified/core/Makefile.am index e535481..9403543 100644 --- a/vivified/core/Makefile.am +++ b/vivified/core/Makefile.am @@ -14,7 +14,8 @@ libvivified_core_la_SOURCES = \ vivi_initialize.s \ vivi_marshal.c \ vivi_ming.c \ - vivi_wrap.c + vivi_wrap.c...
2006 Jul 14
18
ActiveRecord Love While We''re At It
I am working on and will be publicly showing ActiveRecord some love around the time of the RubyConf*MI [1] in late August. My main focus is getting AR to better handle inserts, updates and merges when working large sets of data. It can improve improve performance by 400% to 600% in preliminary benchmarks. I am coding this in a way so it can be patched to AR easily, and with that in mind
2007 Apr 08
0
6 commits - libswfdec/Makefile.am libswfdec/swfdec_audio_flv.c libswfdec/swfdec_audio_flv.h libswfdec/swfdec_audio_stream.c libswfdec/swfdec_audio_stream.h libswfdec/swfdec_buffer.c libswfdec/swfdec_codec_adpcm.c libswfdec/swfdec_codec_audio.c
...only spawn a new audio stream if there really is something to decode diff --git a/libswfdec/swfdec_sprite_movie.c b/libswfdec/swfdec_sprite_movie.c index a114315..81ad295 100644 --- a/libswfdec/swfdec_sprite_movie.c +++ b/libswfdec/swfdec_sprite_movie.c @@ -293,9 +293,11 @@ new_decoder: g_object_unref (movie->sound_stream); } - movie->sound_stream = swfdec_audio_stream_new (player, - movie->sprite, movie->current_frame); - movie->sound_frame = movie->current_frame; + if (current->sound_block) { + movie->sound_stream = swfdec_audio_stream_new (playe...