3
votes
2answers
215 views
Is there a S.M.A.R.T. Library for .NET or Java?
I asked a somewhat related question but I want it to make it more concrete and 'programming' oriented, so here it goes:
Does any body know, if there is a .NET, JAVA or any other F …
2
votes
4answers
614 views
Is boost shared_ptr <XXX> thread safe?
I have a question about boost :: shared_ptr.
There are lots of thread.
class CResource
{
xxxxxx
}
class CResourceBase
{
public:
void SetResource(shared_ptr<CResource> re …
2
votes
5answers
303 views
Pointer to a Pointer question
I have a class with a (non smart) pointer to an interface object (lets call it pInterface) and I am building a nested class which also needs access to that interface. I am going to …
2
votes
2answers
208 views
Publish/Subscribe and Smart pointer
I would like to implement a simple Publish/Subscribe pattern where:
A single publisher publishes a token (a pointer to an object) to its subscribers. Publisher and subscribers are …
1
vote
2answers
58 views
When should I give out my iPhone UDID? [closed]
When should I give out my iPhone UDID? A company is developing an application for my company for the iphone wants my UDID. Are there any risks to me as an individual giving this …
1
vote
1answer
17 views
Mimicking Smart folders
Hi,
I am new to mac programming. I have a small task to do.
I need to watch for file creation events in a folder, intercept them, and create symbolic links instead of a copy.
A …
1
vote
0answers
31 views
Detect a smart card
I'm writing a Java ME app and I'd like to determine if a smart card is connected.
The JCRMI interface ( http://java.sun.com/javame/reference/apis/jsr177/ ) defines this connection …
1
vote
1answer
185 views
Programmatically Enable Smart Tag in Outlook 2007
There's a "global" checkbox titled "label text with smart tags" in Outlook that enables/disables the entire list of smart tag recognizers, under Tools/Options/Mail Format/Editor Op …
1
vote
3answers
75 views
Smart Client and Web App simultaneous development
What are the strategies and tools to be used, if an Application that is being developed needs to have Web Client and Smart client. Does Smart Client Software Factory or related app …
1
vote
3answers
473 views
How can I create an autocomplete ComboBox in VB6?
Is it possible to use the default ComboBox control under VB6 to make it a smart ComboBox?
We suppose that the values are already populated in the ComboBox. For example:
New Delhi
…
1
vote
6answers
444 views
Piano (Peano) numbers?
Hey, I was listening to the steve yegge podcast (#29, around 21:29), and in part of it, they were talking about "how to tell if the person you're talking to is smart", and they sai …
0
votes
1answer
10 views
Cannot run unit tests for an application developed with Compact Framework for Windows CE 6.0 platform
I'm developing a solution for Windows CE 6.0 using GuD_AtomKit X86 Device emulator.
I'm not able to run any unit tests, because I get following error message:
The test adapter (' …
0
votes
0answers
7 views
admin rights with smart install maker
Hey there,
yesterday I purchased Smart Install Maker. Everything seems to be working fine, except the admin rights.
Even when I uncheck the field "require Administrator rights" my …
0
votes
2answers
25 views
What’s the difference of *.tpl and *.html in smarty?
I didn't find the document about this.
0
votes
0answers
92 views
IIS SMTP remote domain smart host never sends
I'm not a novice but sure feel like one,
Using IIS SMTP, I'm unable to get the smart host for a remote domain to send email. Instead it always wants to send it from the IIS serve …
