|
|
|
|||||
|
Loading properties file in MFC sample
Hi,
I cann't make it working for me: the way you load the config file in the MFC sample client application. The property->load operation throws the SysCallException. Is this problem about making the caller having read permissions (p. 27.8.4)? What I am missing here? BTW, my client is MFC dll. Thank you Yuri |
|
||||||
|
Please see this thread regarding our support policy here on these forums:
Important note: Change in support policy |
|
|||||
|
I am sorry, Mark, I've updated my signature and profile. The company I am working for is small one and currently does not have a web site.
__________________
Yuri Krupp Eljaco Inc, Project: Grid Query Tool |
|
|||||
|
Marc,
Anyways, let me ask again about saving properties: All I need is just a direction, I think. Just haven't done it. If it's still beyond the scope of support, then ok, thanks anyway... One can save the list of props using config file as a storage and then re-use them using API, or it's just .txt or .ini file that should be used for storage along with functions like WritePrivateProfileString(..)? Thank you
__________________
Yuri Krupp Eljaco Inc, Project: Grid Query Tool |
|
||||||
|
Use this function to get all properties from a property set (Ice::Properties):
Code:
/**
*
* Get all properties whose keys begins with
* <replaceable>prefix</replaceable>. If
* <replaceable>prefix</replaceable> is an empty string,
* then all properties are returned.
*
* @return The matching property set.
*
**/
PropertyDict getPropertiesForPrefix(string prefix);
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| config file properties | Greenhippo | Help Center | 3 | 01-16-2007 04:07 AM |
| problems with properties | cesartovic | Help Center | 6 | 04-27-2006 01:05 PM |
| Typo in Java Glacier2 demo properties file? | bartley | Bug Reports | 2 | 02-09-2006 05:35 PM |
| set config properties w/o config file | dkey | Help Center | 3 | 05-08-2005 06:27 AM |
| NoEndpointException and dynamic loading using IcePack | brian | Help Center | 2 | 04-27-2004 04:15 PM |