20 Discussion / Question Topics

Remove Filter
Member Avatar for jwenting

I'm trying to use CLion (thus CMake) to create OpenGL applications using C++ on MacOS Monterey using a 2021 (so M1 based) Macbook. Glew2 and GLFW3 are installed correctly using Homebrew, XCode and the commandline tools are installed as well. Creating and compiling/running through XCode works fine, but using the …

Member Avatar for rproffitt
1
715
Member Avatar for jwenting

<bean id="entityManagerFactory" class="org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean" p:packagesToScan="jpatest.engine"> <property name="dataSource"> <bean class="org.springframework.jdbc.datasource.DriverManagerDataSource"> <property name="driverClassName" value="org.firebirdsql.jdbc.FBDriver" /> <property name="url" value="jdbc:firebirdsql://localhost:3050/testdb" /> <property name="username" value="xxxxxxxx" /> <property name="password" value="yyyyyy" /> </bean> </property> <property name="jpaVendorAdapter"> <bean class="org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter"> <property name="database" value="DEFAULT" /> <property name="showSql" value="true" /> <property name="databasePlatform" value="org.hibernate.dialect.FirebirdDialect" /> </bean> </property> <property name="loadTimeWeaver"> <bean class="org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver" /> </property> …

Member Avatar for jwenting
1
952
Member Avatar for jwenting

The latest from Microsoft research: a new language based on O'Calm, called F#. Read about it and download the compiler and documentation to try it for yourself. Make your colleagues scratch their heads wondering what the heck you're writing in :cheesy: [url]http://research.microsoft.com/projects/ilx/fsharp.aspx[/url]

Member Avatar for julieandrews
0
245
Member Avatar for jwenting

Facebook users are not known to be the smartest people on the intarweb, but that they were this stupid surprised even me: [url]http://angryexile.blogspot.com/2010/03/are-socialists-right-after-all.html[/url]

Member Avatar for GrimJack
0
136
Member Avatar for jwenting

Please take a moment to mourn the loss of my faithful CPU, who died this morning in a blaze of heat :'( [URL="http://hornet.demon.nl/tmp/DSC_6915.jpg"]http://hornet.demon.nl/tmp/DSC_6915.jpg[/URL]

Member Avatar for jbennet
0
154
Member Avatar for jwenting

I've installed PS Elements 4 (replacing PSP7 and PS Elements 1), but can't get it to work properly in combination with Vuescan. When Vuescan is done scanning it starts PSE4 as required but the new file doesn't load. When using the same setup (set the application to be used in …

Member Avatar for jwenting
0
135
Member Avatar for jwenting

I'm looking to (within a few months hopefully) buy me a (semi)professional photoprinter. At the moment the Epson R800 looks very promising but I'm a bit wary of spending some €350 on a device I've never seen in action and noone around here has it in stock to demo. Does …

Member Avatar for jaishankar
0
167
Member Avatar for jwenting

I'll be visiting the Delphi 2006 launch in the Netherlands on the 29th. First time to meet DavidI and other dignitaries in several years.

Member Avatar for jwenting
0
214
Member Avatar for jwenting
Member Avatar for jwenting

[url]http://www.fred.net/tds/noodles/noodle.html[/url] And someone's response to the above: Whoa, man. This guys' conclusions are all wrong. There is absolutely no reason why Noodleous Doubleous should be construed as a separate species, when it should be patently obvious that the Penne and Rigatoni are simply conducting their mating ritual. Let's examine each …

Member Avatar for rapkat
1
194
Member Avatar for jwenting

[url]http://www.hacknot.info/hacknot/action/showEntry?eid=76[/url] has an excellent rant about the problems of visual editors (aka GUI builders). While he talks specifically about Java, the same holds true for all of them. And yes, that means Visual BASIC and Delphi as well, languages which traditionally are seen as almost purely visual. I've done several …

Member Avatar for jwenting
0
542
Member Avatar for jwenting

yes, there's an area of Java I'm almost a complete novice in (so far, I'm going full steam ahead :cheesy: ). I've the following code to filter out non-numeric input from a JTextField (which is meant to contain a timeout interval in minutes, that's why). [code] private void dumpNonNumericInput(KeyEvent e) …

Member Avatar for server_crash
0
341
Member Avatar for jwenting

[B]Problem[/B] Due to a rather annoying and very old bug in JTable you will never get a horizontal scrollbar on a JTable even if the table is wider than the JScrollPane you placed it in. According to the bug report this is due to an error in the handling of …

Member Avatar for freesoft_2000
1
1K
Member Avatar for jwenting

I try to use getClass().getPackage().getName() to get the package name of an object to insert into a log message. Sometimes it works, at other times it throws a NullPointerException. Does anyone have any insight into the conditions under which getPackage() returns null ('cause that's what's happening)? The classes in question …

0
86
Member Avatar for jwenting

Yesterday evening Windows Update crashed telling me 2 updates had failed to install. After rebooting IE no longer seems to support Javascript or any plugins (Flash, Java, etc. all fail), HTML Help no longer works, popups don't pop up (that's often nice), etc. Is there any solution to this except …

Member Avatar for alc6379
0
117
Member Avatar for jwenting

[B]Intro[/B] I've been fooling around with RMI today for fun and learning and got some serious headbanging when I couldn't get any of the examples I have in books by respected authors to work with JDK 1.5 (a.k.a. Tiger). All tutorials and examples on RMI say you should run rmic …

Member Avatar for meabed
0
365
Member Avatar for jwenting

[B]Symptom:[/B] Error "database unavailable" when trying to connect to a Firebird database even if fbserver is running fine (and Java applications connect, isql works great, remote clients can connect great, etc.). [B]Scenario:[/B] You have just installed Firebird on a machine that previously had Interbase installed and are trying to run …

0
173
Member Avatar for jwenting

This also posted in the spyware forum but as there's people not going there and this is serious enough to take notice: A serious security leak has been discovered in various version of Norton Antivirus. [url]http://xforce.iss.net/xforce/alerts/id/187[/url] This allows anyone with the right skills to take total control over your computer. …

Member Avatar for Catweazle
0
112
Member Avatar for jwenting

Installed a new videocard today. Plugged in the powersupply as directed (since when do videocards need powersupply anyway...). Turned on the PC, start MSFS2004, marvel at the graphics. 5 minutes later my screen goes black and the PC boots itself. Try again, same thing. Turn it off, check everything again, …

0
115
Member Avatar for jwenting

A piece of JavaScript on one of our pages gives an access denied error. In itself nothing strange, it's a reasonably well defined error after all :) What is strange is that the error ONLY happens on that page (despite identical calls to the JavaScript function appearing on several other …

Member Avatar for eriasb
0
174

The End.