[Helix-producer-issues] [Bug 15367] New: Constant values not working with GetSystemConfig in .net/non-embedded instance
Helix Bug Tracker <[email protected]> Sun, 26 May 2013 21:29:30 -0700
| Newsgroups | gmane.comp.multimedia.helix.devel |
|---|---|
| Message-ID | <51a2e518.cade440a.6904.fffffa43SMTPIN_ADDED_MISSING@mx.google.com> |
https://bugs.helixcommunity.org/show_bug.cgi?id=15367
guest created:
Priority: P1
Operating System: Win.NET
AssignedTo: stevenmcmillen
QAContact: produceriz
Summary: Constant values not working with GetSystemConfig in .net
/non-embedded instance
Severity: TRIAGE
Status: NEW
Last changed date: 2004-03-29 15:36:30
Hardware: x86
Version: unspecified
Tracker: Settings Files
Project: helix-producer
Target Milestone: Beta
VB.NET only
build producerdna_all-091503-725
If I attempt to use the constants associated with GetSystemConfig in .NET
combined with a manually created (non-embedded) version of the object,
the Constants are not recognized.
.ehxAudiences
.ehxServers
.ehxAudioDevices
.ehxVideoDevices
The following code works in VB6 but does not work in VB.NET:
producerObj.GetSystemConfig(ehxVideoDevices)
If I hardcode the value, the member returns the correct result:
producerObj.GetSystemConfig(3)
Repro:
1. Create an instance of the producer object
2. attempt to call GetSystemConfig with a constant as the parameter:
producerObj.GetSystemConfig(ehxVideoDevices)
Result:
The IDE complains that the name "ehxVideoDevices" is not declared
Expected:
The constant parameter should be recognized from both embedded and manually
created instances in .NET.
------- Additional Comments From guest 2013-26-05 21:29 GMT-0800 -------
This bug is a clone of bug #583, created by guest
--
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
You are in the CC list for the product the bug is within.
This e-mail is sent to you automatically from the Helix Bug Tracker. Please, do
not respond to this message, but instead edit your Bug Tracker user preferences
to change when Bug Tracker sends you e-mail.